func image.pixelBufferLength
11 uses
image (current package)
image.go#L79: func pixelBufferLength(bytesPerPixel int, r Rectangle, imageTypeName string) int {
image.go#L215: Pix: make([]uint8, pixelBufferLength(4, r, "RGBA")),
image.go#L332: Pix: make([]uint8, pixelBufferLength(8, r, "RGBA64")),
image.go#L459: Pix: make([]uint8, pixelBufferLength(4, r, "NRGBA")),
image.go#L603: Pix: make([]uint8, pixelBufferLength(8, r, "NRGBA64")),
image.go#L711: Pix: make([]uint8, pixelBufferLength(1, r, "Alpha")),
image.go#L822: Pix: make([]uint8, pixelBufferLength(2, r, "Alpha16")),
image.go#L919: Pix: make([]uint8, pixelBufferLength(1, r, "Gray")),
image.go#L1019: Pix: make([]uint8, pixelBufferLength(2, r, "Gray16")),
image.go#L1128: Pix: make([]uint8, pixelBufferLength(4, r, "CMYK")),
image.go#L1268: Pix: make([]uint8, pixelBufferLength(1, r, "Paletted")),
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |